Welcome![Sign In][Sign Up]
Location:
Search - send raw

Search list

[midi programmidiio

Description: 控制MIDI输入输出的程序。 View MIDI input messages in raw form or with text descriptions. Send MIDI messages using the mouse or from dialog controls. Select MIDI input and output devices from the application. Run multiple instances to demonstrate MIDI device sharing between applications.-MIDI input and output control procedures. View MIDI input messages in raw form or with text descriptions. Send MIDI messages using the mou se or from dialog controls. Select an MIDI input d output devices from the application. Run mult Attached instances to demonstrate MIDI device shar ing between applications.
Platform: | Size: 28672 | Author: lixiao | Hits:

[Internet-NetworkSendRawPacket

Description: 这个是利用ndis发送raw socket数据的程序,方便大家借鉴和使用。-This is to use NDIS to send data through raw socket to facilitate reference and use.
Platform: | Size: 67584 | Author: 孙良旭 | Hits:

[Internet-Networkrawsocket_src

Description: 如何自己封装IP头用raw socket来实现ip报文的发送-How to package its own IP header using raw socket to achieve the ip packet send
Platform: | Size: 4096 | Author: wuhongbing | Hits:

[TCP/IP stacksyn

Description: 利用原始套接字发送TCP SYN帧,对目标主机进行SYN洪水攻击。-The use of raw socket to send TCP SYN frame, on the target host SYN flood attacks.
Platform: | Size: 2048 | Author: ylem | Hits:

[Sniffer Package capturerawtcpip

Description: This code will send a raw tcpip packet without data using a dll just put rawtcpip.dll in windows\system32 and run this code. you need to pass 11 arguments. The dll is raw with out much error handling. I will try to include some error handling in it. Arguments to pass are all type string. Argument list is : Destination IP, Destination Port. Source IP,Source Port, TTL, Flags(URG,ACK,PSH,RST,SYN,FIN) it will return 0 in successfull packet transmission.-This code will send a raw tcpip packet without data using a dll just put rawtcpip.dll in windowssystem32 and run this code. You need to pass 11 arguments. The dll is raw with out much error handling. I will try to include some error handling in it. Arguments to pass are all type string. Argument list is: Destination IP, Destination Port. Source IP, Source Port, TTL, Flags (URG, ACK, PSH, RST, SYN, FIN) it will return 0 in successfull packet transmission.
Platform: | Size: 41984 | Author: xunion | Hits:

[Internet-Networksynscan

Description: windows平台vc6项目,在win2000上运行。 不能在winxp sp2及以上版本的windows系统中运行该程序,因为:XP SP2对raw socket做了一些限制,XP SP2仍支持raw socket的接收,但raw socket的发送被限制了: 1) 不能通过raw socket发送TCP报文。做此尝试时会得到10004号错误。 2) 不能通过raw socket发送伪造源IP的UDP报文。 3) 不能通过raw socket发送IP碎片。做此尝试时会得到10004号错误。 微软在tcpip.sys中固化了这些限制,没有注册表项对之调整。惟一已知解决方案是修理tcpip.sys.微软做了这些限制,目的是防止限制恶意代码将主机作为DDoS的工具,而且限制发送伪造IP包的能力。 -windows platform vc6 project, run in win2000. Winxp sp2 and can not be above the windows system to run the program, because: XP SP2 on the raw socket done some restrictions, XP SP2 is still raw socket support the reception, but the raw socket sent by limiting: 1) can not be raw Send TCP packet socket. Attempt to do this would be an error No. 10004. 2) can not send raw socket forged source IP of the UDP packet. 3) can not be raw socket to send IP fragments. Attempt to do this would be an error No. 10004. Microsoft tcpip.sys in curing these restrictions, there is no registry entries for the adjustment. The only known solution is to repair tcpip.sys. Microsoft has done these constraints, the purpose is to prevent malicious code restrictions on the host as a DDoS tools, and a restriction of sending fake IP packet capabilities.
Platform: | Size: 19456 | Author: 莫松成 | Hits:

[Communicationsendpack

Description: raw socket 发送数据包 sendpacket-send raw socket packet sendpacket
Platform: | Size: 1024 | Author: tom | Hits:

[Linux-UnixRawPacket

Description: In this article, I will explain how to create UDP packets and then send them to a remote server through the Internet using WinPCap for Windows. The code has been tested to work with Windows XP SP2 and Vista SP1 on Linksys routers, and on Toshiba modems connected directly to the Internet. Please note that the code here is very minimalistic, and can be greatly expanded depending on your needs. The reason I use WinPCap in this article is that it solves the issue of Winsock for Windows (XP SP2 and above) not allowing raw UDP packets to be sent (in Linux, you can just use regular sockets). With WinPcap, it is possible to specify your own source IP and source hardware addresses in packets.
Platform: | Size: 35840 | Author: 黄海栋 | Hits:

[Windows DevelopSend-packet

Description: send raw packet in windows xp ,2000
Platform: | Size: 14336 | Author: ali | Hits:

[Internet-Networksend_arp.tar

Description: A simple program to send raw ARP packets.
Platform: | Size: 9216 | Author: Andrea | Hits:

[Internet-Networksendip-2.5.tar

Description: SendIP是一款指令模式的IP发包软件。它有多个参数项,可以支持多种包头的封装,包括RIP, RIPng, BGP, TCP, UDP, ICMP, or raw IPv4/IPv6。-SendIP is a command-line tool to send arbitrary IP packets. It has a large number of options to specify the content of every header of a RIP, RIPng, BGP, TCP, UDP, ICMP, or raw IPv4/IPv6 packet.
Platform: | Size: 54272 | Author: wingo | Hits:

[Internet-NetworkRawSocket_Sniffer

Description: Raw Socket: 原始套接字,可以用它来发送和接收 IP 层以上的原始数据包, 如 ICMP, TCP, UDP...创建Raw Socket Sniffer嗅探器-Raw Socket: raw sockets, you can use it to send and receive IP layer over the original data packet, such as ICMP, TCP, UDP ... create a Raw Socket Sniffer Sniffer
Platform: | Size: 4096 | Author: yuxiangzhang | Hits:

[Printing programMultiUsePrinter

Description: windows API 实现打印功能 安装过打印机驱动后,即可实现通用的打印功能-windows API to achieve printing function printer driver installed, you can achieve universal printing
Platform: | Size: 202752 | Author: | Hits:

[TCP/IP stacksocket_raw

Description: 简单的socket收发实例,IP可改为本机回环127.0.0.1先测试,看一下简单的收发过程。-A simple socket receive and send program.
Platform: | Size: 41984 | Author: 张秀博 | Hits:

[Internet-Networksend-raw-udp

Description: Windows环境下实现原始UDP数据包发送-windows send raw udp packet.
Platform: | Size: 40960 | Author: neo | Hits:

[TCP/IP stackraw

Description: 源地址 源端口 目标地址 目标端口 发送次数 发送数据 发送次数无效,只能1次,参数修改bat文件即可 -Source Address Source Port Destination Address destination port number to send data to send to send the number is invalid, only one time, you can modify the parameters bat file
Platform: | Size: 21504 | Author: maker | Hits:

[Linux-Unixir-lirc-codec

Description: Send raw IR data to lirc_dev to be relayed to the lircd userspace daemon for decoding. -Send raw IR data to lirc_dev to be relayed to the lircd userspace daemon for decoding.
Platform: | Size: 3072 | Author: kvvvbo | Hits:

[Printing programRawPrinter-v.-1.1

Description: Files in this archive give you a very simplified way to send raw data to the printer using Windows API. It works just like good old DOS-printing :)) but goes through the Windows Printer Spooler. This means you can: - print text in real text mode (which is usually much faster) - include any commands your printer supports (like PCL, IBM Proprinter or EPSON codes) -Files in this archive give you a very simplified way to send raw data to the printer using Windows API. It works just like good old DOS-printing :)) but goes through the Windows Printer Spooler. This means you can: - print text in real text mode (which is usually much faster) - include any commands your printer supports (like PCL, IBM Proprinter or EPSON codes)
Platform: | Size: 3072 | Author: DayTripperSimon | Hits:

[Linux-Unixlbxbuf

Description: xcb_take_socket allows external code to ask XCB for permission to take over the write side of the socket and send raw data with xcb_writev.
Platform: | Size: 3072 | Author: duekinqei | Hits:

[Internet-NetworkRAW-socket发送IP分组

Description: RAW Socket发送IP分组 发送IP分组模板代码(RAW Socket Send IP Packet)
Platform: | Size: 12288 | Author: 枫灬 | Hits:
« 12 3 »

CodeBus www.codebus.net